a:14:{s:8:"provides";a:14:{s:16:"class;Stream_Var";a:3:{s:4:"type";s:5:"class";s:4:"name";s:10:"Stream_Var";s:8:"explicit";b:1;}s:32:"function;Stream_Var::stream_open";a:3:{s:4:"type";s:8:"function";s:4:"name";s:23:"Stream_Var::stream_open";s:8:"explicit";b:1;}s:31:"function;Stream_Var::stream_eof";a:3:{s:4:"type";s:8:"function";s:4:"name";s:22:"Stream_Var::stream_eof";s:8:"explicit";b:1;}s:32:"function;Stream_Var::stream_tell";a:3:{s:4:"type";s:8:"function";s:4:"name";s:23:"Stream_Var::stream_tell";s:8:"explicit";b:1;}s:33:"function;Stream_Var::stream_close";a:3:{s:4:"type";s:8:"function";s:4:"name";s:24:"Stream_Var::stream_close";s:8:"explicit";b:1;}s:32:"function;Stream_Var::stream_read";a:3:{s:4:"type";s:8:"function";s:4:"name";s:23:"Stream_Var::stream_read";s:8:"explicit";b:1;}s:33:"function;Stream_Var::stream_write";a:3:{s:4:"type";s:8:"function";s:4:"name";s:24:"Stream_Var::stream_write";s:8:"explicit";b:1;}s:32:"function;Stream_Var::stream_seek";a:3:{s:4:"type";s:8:"function";s:4:"name";s:23:"Stream_Var::stream_seek";s:8:"explicit";b:1;}s:33:"function;Stream_Var::stream_flush";a:3:{s:4:"type";s:8:"function";s:4:"name";s:24:"Stream_Var::stream_flush";s:8:"explicit";b:1;}s:32:"function;Stream_Var::stream_stat";a:3:{s:4:"type";s:8:"function";s:4:"name";s:23:"Stream_Var::stream_stat";s:8:"explicit";b:1;}s:32:"function;Stream_Var::dir_opendir";a:3:{s:4:"type";s:8:"function";s:4:"name";s:23:"Stream_Var::dir_opendir";s:8:"explicit";b:1;}s:33:"function;Stream_Var::dir_closedir";a:3:{s:4:"type";s:8:"function";s:4:"name";s:24:"Stream_Var::dir_closedir";s:8:"explicit";b:1;}s:34:"function;Stream_Var::dir_rewinddir";a:3:{s:4:"type";s:8:"function";s:4:"name";s:25:"Stream_Var::dir_rewinddir";s:8:"explicit";b:1;}s:32:"function;Stream_Var::dir_readdir";a:3:{s:4:"type";s:8:"function";s:4:"name";s:23:"Stream_Var::dir_readdir";s:8:"explicit";b:1;}}s:8:"filelist";a:5:{s:24:"examples/example_dir.php";a:4:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:6:"Stream";s:6:"md5sum";s:32:"52446e94dbc213d913219f25f2d63b37";s:12:"installed_as";s:58:"C:\xampp\php\pear\docs\Stream_Var\examples\example_dir.php";}s:25:"examples/example_file.php";a:4:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:6:"Stream";s:6:"md5sum";s:32:"37f3591325b268b77e4cc89051f8e6e2";s:12:"installed_as";s:59:"C:\xampp\php\pear\docs\Stream_Var\examples\example_file.php";}s:26:"examples/example_modes.php";a:4:{s:4:"role";s:3:"doc";s:14:"baseinstalldir";s:6:"Stream";s:6:"md5sum";s:32:"5addd708488bd21d31b764c844abd888";s:12:"installed_as";s:60:"C:\xampp\php\pear\docs\Stream_Var\examples\example_modes.php";}s:7:"Var.php";a:4:{s:4:"role";s:3:"php";s:14:"baseinstalldir";s:6:"Stream";s:6:"md5sum";s:32:"623f99fb90d4f1835d6143f7c3b5bfac";s:12:"installed_as";s:32:"C:\xampp\php\pear\Stream\Var.php";}s:7:"dirtree";a:2:{s:42:"C:\xampp\php\pear\docs\Stream_Var\examples";b:1;s:24:"C:\xampp\php\pear\Stream";b:1;}}s:7:"package";s:10:"Stream_Var";s:7:"summary";s:43:"Allows stream based access to any variable.";s:11:"description";s:259:"Stream_Var can be registered as a stream with stream_register_wrapper() and allows stream based acces to variables in any scope. Arrays are treated as directories, so it's possible to replace temporary directories and files in your application with variables.";s:11:"maintainers";a:1:{i:0;a:4:{s:6:"handle";s:5:"schst";s:4:"name";s:15:"Stephan Schmidt";s:5:"email";s:13:"schst@php.net";s:4:"role";s:4:"lead";}}s:7:"version";s:5:"0.2.1";s:12:"release_date";s:10:"2003-08-19";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:39:"fixed bug in dir_opendir, fixed example";s:12:"release_deps";a:1:{i:1;a:3:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"4.3.2";}}s:9:"changelog";a:2:{i:0;a:5:{s:7:"version";s:3:"0.2";s:12:"release_date";s:10:"2003-08-16";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:16:"inital release
";}i:1;a:5:{s:7:"version";s:5:"0.2.1";s:12:"release_date";s:10:"2003-08-19";s:15:"release_license";s:11:"PHP License";s:13:"release_state";s:6:"stable";s:13:"release_notes";s:41:"fixed bug in dir_opendir, fixed example